home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Wissenschaft & Technik / Sys Environment (PPC) Dev ƒ / Headers / systems.h < prev   
Text File  |  1996-07-15  |  394b  |  32 lines

  1. //systems.h ©1996 Brian Bergstrand 07/16/96
  2.  
  3. //systems hex codes
  4.   const _712=0x00000712;
  5.   const _750=0x00000750;
  6.   const _751=0x00000751;
  7.   const _752=0x00000752;
  8.   const _753=0x00000753;
  9.  
  10. //update hex codes
  11.   const _20=0x02008000;
  12.  
  13. //system string numbers
  14. enum
  15. {  
  16.   iSysNotFound=1,
  17.   i712,
  18.   i750,
  19.   i751,
  20.   i752,
  21.   i753
  22. };  
  23.  
  24.  
  25. //update string numbers
  26. enum
  27. {  
  28.   iNone=1,
  29.   i10,
  30.   i20
  31. };  
  32.